Extension point versioning
In component org.nuxeo.ecm.webapp.bulkedit.BulkEditService
Documentation
CAUTION deprecated extension point since 9.1, versioning has been removed from bulk edit, if you want to provide automatic versioning, contribute policy to versioning service.
The versioning extension point defines the versioning option that will be used before editing a document through bulk edit. The default value will be MINOR, to keep compatibility with previous releases. Possible values are NONE, MINOR OR MAJOR (see VersioningOption enumeration) Other values will raise an IllegalArgumentException @since 5.7.3
<versioning>
<defaultVersioningOption>MAJOR</defaultVersioningOption>
</versioning>
Contribution Descriptors
- Class: org.nuxeo.ecm.webapp.bulkedit.VersioningDescriptor